バージョン 24.2 (最新)

CurrencyEditorFor<TProperty>(Expression<Func<TModel,TProperty>>,IDictionary<String,Object>) メソッド

モデルの特定のプロパティに CurrencyEditor ウィジェットを設定するヘルパー。
シンタックス
public CurrencyEditorWrapper CurrencyEditorFor<TProperty>( 
   System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

expression
モデル プロパティの式。
htmlAttributes
HtmlAttributes プロパティのセッター。

型パラメータ

TProperty
プロパティのタイプ。

戻り値の型

CurrencyEditorWrapper の新しいインスタンス
参照

オンラインで表示: GitHub